home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / show / swfplayersrc.lha / Lib / Jpeg / Makefile.wos < prev   
Makefile  |  2002-10-15  |  6KB  |  131 lines

  1. # Generated automatically from makefile.cfg by configure.
  2. # Makefile for Independent JPEG Group's software
  3.  
  4. # makefile.cfg is edited by configure to produce a custom Makefile.
  5.  
  6. # Read installation instructions before saying "make" !!
  7.  
  8. # For compiling with source and object files in different directories.
  9. srcdir = .
  10.  
  11. # Where to install the programs and man pages.
  12. prefix = /usr/local
  13. exec_prefix = ${prefix}
  14. bindir = $(exec_prefix)/bin
  15. libdir = $(exec_prefix)/lib
  16. includedir = $(prefix)/include
  17. binprefix =
  18. manprefix =
  19. manext = 1
  20. mandir = $(prefix)/man/man$(manext)
  21.  
  22. # You may need to adjust these cc options:
  23. CC=ppc-amigaos-gcc -warpup
  24. #CFLAGS= -g -O2  -I$(srcdir) -fomit-frame-pointer -m68020-60
  25. CFLAGS= -O3 -fconserve-space -funroll-loops -ffast-math -fomit-frame-pointer -I$(srcdir) -I/gg/ppc-amigaos/os-include -I/gg/ppc-amigaos/include
  26. # Generally, we recommend defining any configuration symbols in jconfig.h,
  27. # NOT via -D switches here.
  28. # However, any special defines for ansi2knr.c may be included here:
  29. ANSI2KNRFLAGS= 
  30.  
  31. # Link-time cc options:
  32. LDFLAGS= 
  33.  
  34. # To link any special libraries, add the necessary -l commands here.
  35. LDLIBS= 
  36.  
  37. # If using GNU libtool, LIBTOOL references it; if not, LIBTOOL is empty.
  38. LIBTOOL = 
  39. # $(O) expands to "lo" if using libtool, plain "o" if not.
  40. # Similarly, $(A) expands to "la" or "a".
  41. O = o
  42. A = a
  43.  
  44. # Library version ID; libtool uses this for the shared library version number.
  45. # Note: we suggest this match the macro of the same name in jpeglib.h.
  46. JPEG_LIB_VERSION = 62
  47.  
  48. # Put here the object file name for the correct system-dependent memory
  49. # manager file.  For Unix this is usually jmemnobs.o, but you may want
  50. # to use jmemansi.o or jmemname.o if you have limited swap space.
  51. SYSDEPMEM= jmemnobs.$(O)
  52.  
  53. # miscellaneous OS-dependent stuff
  54. SHELL= /bin/sh
  55. # linker
  56. LN= $(CC)
  57. # file deletion command
  58. RM= rm -f
  59. # directory creation command
  60. MKDIR= mkdir
  61. # library (.a) file creation command
  62. ppc-amigaos-ar rc
  63. # second step in .a creation (use "touch" if not needed)
  64. ppc-amigaos-ranlib
  65. # installation program
  66. INSTALL= /usr/bin/install -c
  67. INSTALL_PROGRAM= ${INSTALL}
  68. INSTALL_LIB= ${INSTALL} -m 644
  69. INSTALL_DATA= ${INSTALL} -m 644
  70.  
  71. # End of configurable options.
  72.  
  73. # library object files common to compression and decompression
  74. COMOBJECTS= jcomapi.$(O) jutils.$(O) jerror.$(O) jmemmgr.$(O) $(SYSDEPMEM)
  75. # decompression library object files
  76. DLIBOBJECTS= jdapimin.$(O) jdapistd.$(O) jdtrans.$(O) jdatasrc.$(O) \
  77.         jdmaster.$(O) jdinput.$(O) jdmarker.$(O) jdhuff.$(O) jdphuff.$(O) \
  78.         jdmainct.$(O) jdcoefct.$(O) jdpostct.$(O) jddctmgr.$(O) \
  79.         jidctfst.$(O) jidctflt.$(O) jidctint.$(O) jidctred.$(O) \
  80.         jdsample.$(O) jdcolor.$(O) jquant1.$(O) jquant2.$(O) jdmerge.$(O)
  81. # These objectfiles are included in libjpeg.a
  82. LIBOBJECTS= $(DLIBOBJECTS) $(COMOBJECTS)
  83.  
  84. all:  libjpegPPC.$(A)
  85.  
  86. # the library:
  87.  
  88. # without libtool:
  89. libjpegPPC.a:  $(LIBOBJECTS)
  90.     $(RM) libjpegPPC.a
  91.     $(AR) libjpegPPC.a  $(LIBOBJECTS)
  92.     $(AR2) libjpegPPC.a
  93.  
  94. clean:
  95.     $(RM) *.o *.lo libjpegPPC.a libjpeg.la
  96.  
  97. # Mistake catcher:
  98.  
  99. # GNU Make likes to know which target names are not really files to be made:
  100. .PHONY: all install install-lib install-headers clean distclean test check
  101.  
  102.  
  103. jcomapi.$(O): jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  104. jdapimin.$(O): jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  105. jdapistd.$(O): jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  106. jdatadst.$(O): jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
  107. jdatasrc.$(O): jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
  108. jdcoefct.$(O): jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  109. jdcolor.$(O): jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  110. jddctmgr.$(O): jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  111. jdhuff.$(O): jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h
  112. jdinput.$(O): jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  113. jdmainct.$(O): jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  114. jdmarker.$(O): jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  115. jdmaster.$(O): jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  116. jdmerge.$(O): jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  117. jdphuff.$(O): jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h
  118. jdpostct.$(O): jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  119. jdsample.$(O): jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  120. jdtrans.$(O): jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  121. jerror.$(O): jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h
  122. jidctflt.$(O): jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  123. jidctfst.$(O): jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  124. jidctint.$(O): jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  125. jidctred.$(O): jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  126. jquant1.$(O): jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  127. jquant2.$(O): jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  128. jutils.$(O): jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  129. jmemmgr.$(O): jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  130. jmemnobs.$(O): jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  131.